home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / vol15n10.zip / MULTIL.ZIP / MLSRC.ZIP / MSDEV / PROJECTS / MLAUNCH / MFCML.H < prev    next >
C/C++ Source or Header  |  1996-02-27  |  859b  |  36 lines

  1. // MFCML.h : main header file for the MFCML DLL
  2. //
  3.  
  4. #ifndef __AFXWIN_H__
  5.     #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7.  
  8. #include "resource.h"        // main symbols
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CMFCMLApp
  12. // See MFCML.cpp for the implementation of this class
  13. //
  14.  
  15. class CMFCMLApp : public CWinApp
  16. {
  17. public:
  18.     CMFCMLApp();
  19.  
  20. // Overrides
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(CMFCMLApp)
  23.     public:
  24.     virtual BOOL InitInstance();
  25.     //}}AFX_VIRTUAL
  26.  
  27.     //{{AFX_MSG(CMFCMLApp)
  28.         // NOTE - the ClassWizard will add and remove member functions here.
  29.         //    DO NOT EDIT what you see in these blocks of generated code !
  30.     //}}AFX_MSG
  31.     DECLARE_MESSAGE_MAP()
  32. };
  33.  
  34.  
  35. /////////////////////////////////////////////////////////////////////////////
  36.